home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Internet / NetRPG ƒ / NetRPG 2.2 / NetRPG 2.2.rsrc / STR#_200.txt < prev    next >
Text File  |  1995-06-20  |  2KB  |  65 lines

  1. /ICON CLEAR - removes all icons
  2.  
  3. /ICON DEL Blade - deletes icon named Blade
  4.  
  5. /ICON ADD Blade B 20,5 - adds an icon "B" named Blade at 20,5
  6.  
  7. /ICON LIST - prints out active icons
  8.  
  9. Icons: only DM can add/remove them, but players can move icons with their names
  10.  
  11. /MOVE, /MV thing 4444422 - moves thing's icon 5 spaces to the left and then 2 spaces down
  12.  
  13. /MOVETO, /MVTO thing 54,12 - moves thing's icon to 54,12
  14.  
  15. /EMULATE, /EM name -> all speech typed by the DM will appear to come from "name"
  16.  
  17. /MAP PUSH -> sends the current map to all player's info windows
  18.  
  19. /MAP END -> stops capture of the MAP data
  20.  
  21. /MAP BEGIN -> starts saving everything you type into the MAP variable
  22.  
  23. /PHRASE,/P monster phrase -> sets a monster's phrase to new phrase
  24.  
  25.    Both a "hit" modifier and a "damage" modifier may be set
  26.  
  27.    Abbreviations stand for: [Hit Miss Crit Fumble] OR [DamageHeavy DamageLight]
  28.  
  29. /FUDGE,/F [H M C F] or [DH DL] -> affects next attack by anyone
  30.  
  31. /TARGET, /T target -> set LastTarget for the current initiative monster to target
  32.  
  33.    or attacks LastTarget if target is omitted
  34.  
  35. /ATTACK,/A monster target -> attacks from monster to the target (player or monster)
  36.  
  37. /SAY monster phrase -> speaks from a monster
  38.  
  39. /END -> ends the initiative round
  40.  
  41. /WAIT - (DM or current player) moves current monster or player to the end of the initiatives for this round
  42.  
  43. /NEXT - (DM or current player) moves to next initiative number
  44.  
  45. /INIT -> starts a new round of initiative rolls
  46.  
  47. /DAMAGE,/DAM X thing -> stores X damage to thing (monster or player)
  48.  
  49. /CLEAR,/CL -> removes all monster
  50.  
  51. /DELETE,/DEL monster -> removes a monster
  52.  
  53. /ADD monster init THACO 2d6+2 HP AC phrase -> adds a new monster
  54.  
  55. /DO monster phrase -> shows action for a monster
  56.  
  57. DM Commands: ("monster" refers to a full name of a monster, capitalization is ignored)
  58.  
  59. ===========================
  60.  
  61. DM Only Commands
  62.  
  63. ===========================
  64.  
  65.